@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
| 12 | 12 | |
| 13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
| 14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
| 15 | 14 | |
| 16 | 15 | class Response { |
| 17 | 16 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -43,15 +43,15 @@ discard block |
||
| 43 | 43 | * @param Pinterest $master |
| 44 | 44 | * @param mixed $modeldata |
| 45 | 45 | */ |
| 46 | - public function __construct( Pinterest $master, $modeldata = null ) |
|
| 46 | + public function __construct(Pinterest $master, $modeldata = null) |
|
| 47 | 47 | { |
| 48 | 48 | $this->master = $master; |
| 49 | 49 | |
| 50 | 50 | // Fill the model |
| 51 | - if( is_array($modeldata) ){ |
|
| 51 | + if (is_array($modeldata)) { |
|
| 52 | 52 | $this->fill($modeldata); |
| 53 | 53 | } |
| 54 | - else if( $modeldata instanceof \DirkGroenen\Pinterest\Transport\Response ){ |
|
| 54 | + else if ($modeldata instanceof \DirkGroenen\Pinterest\Transport\Response) { |
|
| 55 | 55 | $this->fill($modeldata->data); |
| 56 | 56 | } |
| 57 | 57 | } |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | { |
| 137 | 137 | $array = array(); |
| 138 | 138 | |
| 139 | - foreach($this->fillable as $key){ |
|
| 139 | + foreach ($this->fillable as $key) { |
|
| 140 | 140 | $array[$key] = $this->{$key}; |
| 141 | 141 | } |
| 142 | 142 | |
@@ -50,8 +50,7 @@ discard block |
||
| 50 | 50 | // Fill the model |
| 51 | 51 | if( is_array($modeldata) ){ |
| 52 | 52 | $this->fill($modeldata); |
| 53 | - } |
|
| 54 | - else if( $modeldata instanceof \DirkGroenen\Pinterest\Transport\Response ){ |
|
| 53 | + } else if( $modeldata instanceof \DirkGroenen\Pinterest\Transport\Response ){ |
|
| 55 | 54 | $this->fill($modeldata->data); |
| 56 | 55 | } |
| 57 | 56 | } |
@@ -81,8 +80,7 @@ discard block |
||
| 81 | 80 | { |
| 82 | 81 | if ($this->isFillable($key)) { |
| 83 | 82 | $this->attributes[$key] = $value; |
| 84 | - } |
|
| 85 | - else { |
|
| 83 | + } else { |
|
| 86 | 84 | throw new PinterestException(sprintf("%s is not a fillable attribute.", $key)); |
| 87 | 85 | } |
| 88 | 86 | } |
@@ -15,11 +15,9 @@ |
||
| 15 | 15 | $pinterest->auth->setOAuthToken($token->access_token); |
| 16 | 16 | |
| 17 | 17 | setcookie("access_token", $token->access_token); |
| 18 | - } |
|
| 19 | - else if (isset($_GET["access_token"])) { |
|
| 18 | + } else if (isset($_GET["access_token"])) { |
|
| 20 | 19 | $pinterest->auth->setOAuthToken($_GET["access_token"]); |
| 21 | - } |
|
| 22 | - else if (isset($_COOKIE["access_token"])) { |
|
| 20 | + } else if (isset($_COOKIE["access_token"])) { |
|
| 23 | 21 | $pinterest->auth->setOAuthToken($_COOKIE["access_token"]); |
| 24 | 22 | } |
| 25 | 23 | |