PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Positioning
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Transformation; /** * Trait PositioningQualifierTrait * * @api */ trait PositioningQualifierTrait { /** * Sets the x position in pixels. * * @param int $x The x position. * * @return X */ public static function x($x) { return new X($x); } /** * Sets the y position in pixels. * * @param int $y The y position. * * @return Y */ public static function y($y) { return new Y($y); } }
[-] CompassPosition.php
[edit]
[-] PositioningQualifierTrait.php
[edit]
[-] X.php
[edit]
[-] RegionTrait.php
[edit]
[-] FocalGravityTrait.php
[edit]
[+]
..
[-] Position.php
[edit]
[-] OffsetTrait.php
[edit]
[+]
Gravity
[-] PositionFlagTrait.php
[edit]
[-] AbsolutePositionTrait.php
[edit]
[-] GravityTrait.php
[edit]
[-] PointTrait.php
[edit]
[-] Y.php
[edit]
[-] AbsolutePosition.php
[edit]
[-] Offset.php
[edit]
[-] Point.php
[edit]
[-] CompassGravityTrait.php
[edit]
[-] BasePosition.php
[edit]
[-] PixelEffectRegionTrait.php
[edit]
[-] Region.php
[edit]
[-] CompassPositionTrait.php
[edit]
[-] FocalPosition.php
[edit]