PHP의 리소스 확장 속성으로 작업

Aspose.Tasks- 확장 리소스 속성

Aspose.Tasks java for php를 사용하여 확장 된 리소스 속성을 설정하려면 extendedResourceatTributes 모듈을 호출하십시오. 여기에서 예제 코드를 볼 수 있습니다.

PHP 코드

 1$ project = 새 프로젝트 ( 'test_tasks.mpp');
 2
 3$ res = $ project-> getResources ()-> tolist ()-> get (0);
 4
 5$ attribute = new ExtendedAttribute ();
 6
 7$ attribute-> setfieldid ( "11");
 8
 9$ attribute-> setValue ( "myValueea");
10
11$ attribute-> setValueGuid ( "myValueGuidea");
12
13$ res-> getextendedAttributes ()-> add ($ attribute);
14
15인쇄 "확장 리소스 속성 세트";

실행 코드 다운로드

아래에 언급 된 소셜 코딩 사이트 중 하나에서 확장 리소스 속성 (Aspose.Tasks) 다운로드 :

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.