-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ignore-conflict-markers Reviewed By: liliarizona Differential Revision: D58591423 fbshipit-source-id: 9695adc477600920ac121d0903eb72348a487035
- Loading branch information
1 parent
f3eb099
commit 5122e32
Showing
994 changed files
with
43,215 additions
and
666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
/* | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AMOneshopSettingsFields; | ||
|
||
/** | ||
* This class is auto-generated. | ||
* | ||
* For any issues or feature requests related to this class, please let us know | ||
* on github and we'll fix in our codegen framework. We'll not be able to accept | ||
* pull request for this class. | ||
* | ||
*/ | ||
|
||
class AMOneshopSettings extends AbstractObject { | ||
|
||
/** | ||
* @return AMOneshopSettingsFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AMOneshopSettingsFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
/* | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\ANBlockedBICategoryFields; | ||
|
||
/** | ||
* This class is auto-generated. | ||
* | ||
* For any issues or feature requests related to this class, please let us know | ||
* on github and we'll fix in our codegen framework. We'll not be able to accept | ||
* pull request for this class. | ||
* | ||
*/ | ||
|
||
class ANBlockedBICategory extends AbstractObject { | ||
|
||
/** | ||
* @return ANBlockedBICategoryFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return ANBlockedBICategoryFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.